ComponentOne ASP.NET MVC Controls
SampleCount Method

C1.Web.Mvc.Fluent Namespace > TrendLineBaseBuilder<T,TControl,TBuilder> Class : SampleCount Method
The value.
Configurates C1.Web.Mvc.TrendLineBase<T>.SampleCount. Sets the sample count for function calculation.
Syntax
'Declaration
 
Public Function SampleCount( _
   ByVal value As Integer _
) As TBuilder
public TBuilder SampleCount( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

TrendLineBaseBuilder<T,TControl,TBuilder> Class
TrendLineBaseBuilder<T,TControl,TBuilder> Members